# This is the requirements.txt for the framework itself
boto3>=1.35.0
botocore>=1.35.0
colorama>=0.4.4
Jinja2>=3.1.6
python_dateutil>=2.9.0
pyyaml>=6.0.2
openpyxl>=3.1.5
yamllint>=1.37.0
graphlib-backport>=1.0.3; python_version < '3.9'

{% if cookiecutter.jupyter_support == 'no' %}{% set C='# ' %}{% else %}{% set C='' %}{% endif -%}
{{C}}jupyter
{{C}}nbconvert<6

black>=25.1.0
flake8>=7.3.0
flake8-black>=0.3.6
flake8-builtins>=2.5.0
flake8-docstrings>=1.7.0
flake8-import-order>=0.19.2
flake8-return>=1.2.0
flake8-rst-docstrings>=0.3.1
pep8-naming>=0.15.1
pygments>=2.19.1

{% if cookiecutter.include_lava_libs == 'no' %}{% set C='# ' %}{% else %}{% set C='' %}{% endif -%}
{{C}}jinlava>=8.0.0
